home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / YATP102.ZIP / YATP.DOC < prev    next >
Text File  |  1995-09-05  |  2KB  |  48 lines

  1.  
  2.  
  3.  
  4.                                  YATP v1.02
  5.                   DOS utility: Yet Another "Tree" Program
  6.                  Freeware, copyright (c) September 5, 1995
  7.                                      by
  8.                            David Daniel Anderson
  9.                                  Reign Ware
  10.  
  11.                   ** READ REIGNWAR.TXT FOR LEGAL TERMS **
  12.  
  13.  
  14.  
  15. YATP is Yet Another "Tree" Program.  YATP displays the directory structure
  16. of the drive and/ or directory that you specify, or if none is specified,
  17. the drive and directory structure of the current directory is displayed.
  18.  
  19. Usage:  YATP [drive:][\][directory]
  20.  
  21. Notes:  All parameters are optional; output may be piped or redirected.
  22.  
  23. Examples:
  24.  
  25.         YATP                   <- all directories below current
  26.         YATP c:\               <- all directories on drive C:
  27.         YATP d:\os2\           <- only directories below D:\OS2
  28.         YATP c:\ | list /s     <- pipe C: tree to LIST
  29.  
  30.  
  31. Enter "YATP ?" to display this short reminder of the syntax.
  32.  
  33.  
  34.                   ** READ REIGNWAR.TXT FOR LEGAL TERMS **
  35.  
  36.  
  37. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  38.  
  39.                                 REVISION HISTORY
  40.  
  41. v1.00 : 1995/07/03.  First public release.  DDA
  42. v1.01 : 1995/07/05.  Fixed problem with piping under COMMAND.COM.  DDA
  43. v1.02 : 1995/09/05.  Very minor code rearranging, released only because
  44.                        I don't plan on any further development.  DDA
  45.  
  46. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  47.  
  48.